1. Fill out the SharePointOnlineInstallation.json configuration file

2. Execute the installation script to check prerequisites and the configuration validity
    .\SharePointOnlineInstallation.ps1 -configfile .\SomeConfigFile.json -SharePointTenantAdmin <user>@<tenantname>.onmicrosoft.com -azureSubscriptionAdmin <user>@<tenantname>.onmicrosoft.com -installMode NoneTestConfig -environment Both

3. Install Wizdom and the Wizdom Analytics Module (example)
    .\SharePointOnlineInstallation.ps1 -configfile .\SomeConfigFile.json -SharePointTenantAdmin <user>@<tenantname>.onmicrosoft.com -azureSubscriptionAdmin <user>@<tenantname>.onmicrosoft.com -installMode WithAppInsights -environment Both

Please use the following command for a complete list and documentation of parameters
    get-help .\SharePointOnlineInstallation.ps1 -Parameter * 

Please use the following command for examples
    get-help .\SharePointOnlineInstallation.ps1 -Examples